* lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 11 Jul 2007 15:26:24 +0000 (15:26 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 11 Jul 2007 15:26:24 +0000 (15:26 +0000)
commit231d04a546f8c122493a8cf5d799aa5e659867d4
tree9923aed7471934580cf1d15a713a2cec287bb54c
parent404b5ee12c925852fb66a1ca461c6c4fbd23b76f
* lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
* fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
from a Lisp_Object into a bare pointer.
(make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
Adjust the code correspondingly.
src/fns.c
src/lisp.h